home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00200.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  333 b   |  15 lines

  1. on mouseDown me
  2.   repeat while the mouseDown
  3.     if the memberNum of sprite 32 = 74 then
  4.       if the locV of sprite 32 > 161 then
  5.         set the locV of sprite 32 to the locV of sprite 32 - 1
  6.       end if
  7.     end if
  8.     startTimer()
  9.     repeat while the timer < 10
  10.       nothing()
  11.     end repeat
  12.     updateStage()
  13.   end repeat
  14. end
  15.